type github.com/andybalholm/brotli.dictionary

8 uses

	github.com/andybalholm/brotli (current package)
		decode.go#L1871: 			var words *dictionary = s.dictionary
		dictionary.go#L10: type dictionary struct {
		dictionary.go#L122808: var kBrotliDictionary = dictionary{
		dictionary.go#L122888: func getDictionary() *dictionary {
		encoder_dict.go#L5: 	words                 *dictionary
		state.go#L176: 	dictionary                  *dictionary
		static_dict.go#L35: func dictMatchLength(dict *dictionary, data []byte, id uint, len uint, maxlen uint) uint {
		static_dict.go#L40: func isMatch(d *dictionary, w dictWord, data []byte, max_length uint) bool {